home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…nuary (Partner) - Disc 2 / The Apple Reference and Presentations Library (Disc 2)(January 1994).iso / Engineered Software / French / PowerCADD⁄PowerDraw™ / PowerDraw-68K / PowerDraw™ Demo / PowerDraw™ Demo.rsrc / TEXT_3001_EPS Cropping Proc.txt < prev    next >
Text File  |  1994-08-22  |  199b  |  11 lines

  1.  
  2. /CropPath { 
  3. [/cropURy /cropURx /cropLLy /cropLLx] { exch def } forall
  4. cropLLx cropURy moveto
  5. cropLLx cropLLy lineto
  6. cropURx cropLLy lineto
  7. cropURx cropURy lineto
  8. closepath clip newpath
  9. } bind def
  10.  
  11.